requestEmailChange

open suspend fun requestEmailChange(collection: String, newEmail: String): Boolean

Sends an email change request for an authenticated record.

Parameters

collection

ID or name of the auth collection.

newEmail

The new email address to send the change email request.